Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created May 12, 2012 19:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Raynos/c4cab67924996bd6ee14 to your computer and use it in GitHub Desktop.
raynos@raynos-MS-7681:~/Documents/indexedStore$ make test
tar -cf- index.js test.js test lib | curl -sSNT- \
-u raynos2@gmail.com:*** \
-m 30 \
testling.com/?browsers=chrome/17.0
chrome/17.0:
error: Failed to compile the code in a reasonable amount of time.
The instrumentation might have failed.
Try experimenting with the "noinstrument" parameter:
http://testling.com/docs/#noinstrument
total ............................................... 0/0
raynos@raynos-MS-7681:~/Documents/indexedStore$ make test
tar -cf- index.js test.js test lib | curl -sSNT- \
-u raynos2@gmail.com:*** \
-m 30 \
testling.com/?browsers=chrome/17.0\&noinstrument
chrome/17.0:
curl: (28) Operation timed out after 30000 milliseconds with 14 bytes received
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment