test: increase timeouts on ARM
authorRoman Reiss <me@silverwind.io>
Tue, 7 Apr 2015 18:41:07 +0000 (20:41 +0200)
committerRoman Reiss <me@silverwind.io>
Thu, 9 Apr 2015 13:10:34 +0000 (15:10 +0200)
commit7049d7b4746dc5dae82d608ac12dc6e1cf11035e
treec567d2abd2cf2d152d14b120a397282bcce41c3f
parentd2b62a49731b9204359b4d346ca0d017fa2c985f
test: increase timeouts on ARM

This commit introduces platform-specific test timeouts for the ARM
architectures. ARMv6 is notoriously slow so gets very large timeouts on
both the timeout value for each test, as well as certain problematic
individual tests. ARMv7 and ARMv8 also get slightly increased headroom.

PR-URL: https://github.com/iojs/io.js/pull/1366
Fixes: https://github.com/iojs/io.js/issues/1343
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
12 files changed:
test/common.js
test/parallel/test-child-process-fork-net2.js
test/parallel/test-debug-signal-cluster.js
test/parallel/test-fs-empty-readStream.js
test/parallel/test-http-end-throw-socket-handling.js
test/parallel/test-repl-timeout-throw.js
test/parallel/test-tls-fast-writing.js
test/parallel/test-tls-wrap-timeout.js
test/sequential/test-force-repl.js
test/sequential/test-net-GH-5504.js
tools/test.py
tools/utils.py