aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2014-02-23 12:49:26 +0100
committerLukas Larsson <[email protected]>2014-02-24 17:23:12 +0100
commit9855233b06ff7ab0af4fabbc99a28907620550c9 (patch)
tree0023e4e0702d3a0e928cec866575fa5bc81a75a3
parent54cfcfd2c100525dbc7f856c459be87e56354066 (diff)
downloadotp-9855233b06ff7ab0af4fabbc99a28907620550c9.tar.gz
otp-9855233b06ff7ab0af4fabbc99a28907620550c9.tar.bz2
otp-9855233b06ff7ab0af4fabbc99a28907620550c9.zip
Up the time limit (globally) for some slow machines
-rw-r--r--lib/hipe/test/hipe_testsuite_driver.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/test/hipe_testsuite_driver.erl b/lib/hipe/test/hipe_testsuite_driver.erl
index 7e904fcb88..c8fdf1600c 100644
--- a/lib/hipe/test/hipe_testsuite_driver.erl
+++ b/lib/hipe/test/hipe_testsuite_driver.erl
@@ -107,7 +107,7 @@ write_suite(Suite) ->
write_header(#suite{suitename = SuiteName, outputfile = OutputFile,
testcases = TestCases}) ->
Exports = format_export(TestCases),
- TimeLimit = 1,
+ TimeLimit = 2, %% with 1 it fails on some slow machines...
io:format(OutputFile,
"%% ATTENTION!\n"
"%% This is an automatically generated file. Do not edit.\n\n"