aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/hipe_testsuite_driver.erl
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-09-02 14:42:43 +0200
committerSverker Eriksson <[email protected]>2016-09-02 14:42:43 +0200
commit076098cebd1885ec5a56575d910322a6f1de67ff (patch)
treee296d32a5288db98cccd7f131e75fce9fae99f89 /lib/hipe/test/hipe_testsuite_driver.erl
parent82e5d81d57676a9e039d93544583895e92840beb (diff)
parent015380363c9b17bb88784302a0b672ff758f5569 (diff)
downloadotp-076098cebd1885ec5a56575d910322a6f1de67ff.tar.gz
otp-076098cebd1885ec5a56575d910322a6f1de67ff.tar.bz2
otp-076098cebd1885ec5a56575d910322a6f1de67ff.zip
Merge branch 'sverker/hipe-sparc-19/PR-1148/OTP-13861' into maint
* sverker/hipe-sparc-19/PR-1148: Eliminate catch-all clause from two functions Increase the time limit used by the test suite
Diffstat (limited to 'lib/hipe/test/hipe_testsuite_driver.erl')
-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 03ec7adfd0..a3048d907e 100644
--- a/lib/hipe/test/hipe_testsuite_driver.erl
+++ b/lib/hipe/test/hipe_testsuite_driver.erl
@@ -99,7 +99,7 @@ write_suite(Suite) ->
write_header(#suite{suitename = SuiteName, outputfile = OutputFile,
testcases = TestCases}) ->
Exports = format_export(TestCases),
- TimeLimit = 3, %% with 1 or 2 it fails on some slow machines...
+ TimeLimit = 5, %% with 1 or 2 it fails on some slow machines...
io:format(OutputFile,
"%% ATTENTION!\n"
"%% This is an automatically generated file. Do not edit.\n\n"