The Mac Selenium tests are flaky, failing every now and then because of a
Python "error 32: Broken Pipe" while sending the .nexe from the Selenium
server to the browser.  This might be caused by the "timeout" for "new
NaclLib()" being too short so the Javascript abandons loading the page before
the .nexe is fully transferred.  As such, increase the "timeout" (it's
actually a loop count) from 100 to 500 (sometimes from 50 to 500) for most of
the uses of "new NaclLib()".

Review URL: http://codereview.chromium.org/2853014

git-svn-id: svn://svn.chromium.org/native_client/trunk/src/native_client/tests/prebuilt@2574 fcba33aa-ac0c-11dd-b9e7-8d5594d729c2
15 files changed
tree: 07b6e7ba2510d3c2ab8fec5d7378115c5009997a
  1. arm/
  2. x64/
  3. x86/