diff options
author | Kostis Sagonas <[email protected]> | 2014-02-23 12:49:26 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 17:23:12 +0100 |
commit | 9855233b06ff7ab0af4fabbc99a28907620550c9 (patch) | |
tree | 0023e4e0702d3a0e928cec866575fa5bc81a75a3 /lib/hipe/test | |
parent | 54cfcfd2c100525dbc7f856c459be87e56354066 (diff) | |
download | otp-9855233b06ff7ab0af4fabbc99a28907620550c9.tar.gz otp-9855233b06ff7ab0af4fabbc99a28907620550c9.tar.bz2 otp-9855233b06ff7ab0af4fabbc99a28907620550c9.zip |
Up the time limit (globally) for some slow machines
Diffstat (limited to 'lib/hipe/test')
-rw-r--r-- | lib/hipe/test/hipe_testsuite_driver.erl | 2 |
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" |