Skip to content

Commit

Permalink
Up the time limit (globally) for some slow machines
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis authored and garazdawi committed Feb 24, 2014
1 parent 54cfcfd commit 9855233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hipe/test/hipe_testsuite_driver.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9855233

Please sign in to comment.