summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/backpack/cabal/bkpcabal01/all.T3
-rw-r--r--testsuite/tests/perf/compiler/all.T8
2 files changed, 6 insertions, 5 deletions
diff --git a/testsuite/tests/backpack/cabal/bkpcabal01/all.T b/testsuite/tests/backpack/cabal/bkpcabal01/all.T
index e470708b23..1b72bd2f70 100644
--- a/testsuite/tests/backpack/cabal/bkpcabal01/all.T
+++ b/testsuite/tests/backpack/cabal/bkpcabal01/all.T
@@ -4,6 +4,7 @@ else:
cleanup = 'CLEANUP=0'
test('bkpcabal01',
- extra_files(['p', 'q', 'impl', 'bkpcabal01.cabal', 'Setup.hs', 'Main.hs']),
+ [extra_files(['p', 'q', 'impl', 'bkpcabal01.cabal', 'Setup.hs', 'Main.hs']),
+ run_timeout_multiplier(2)],
run_command,
['$MAKE -s --no-print-directory bkpcabal01 ' + cleanup])
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 3e724ec63f..e7c04aea4e 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1186,8 +1186,8 @@ test('MultiLayerModules',
]),
pre_cmd('./genMultiLayerModules'),
extra_files(['genMultiLayerModules']),
- compile_timeout_multiplier(2)
- # 2 is _a lot_ (timeout after 600s, to build 600 modules),
+ compile_timeout_multiplier(5)
+ # this is _a lot_
# but this test has been failing every now and then,
# especially on i386. Let's just give it some room
# to complete successfully reliably everywhere.
@@ -1234,8 +1234,8 @@ test('T13701',
]),
pre_cmd('./genT13701'),
extra_files(['genT13701']),
- compile_timeout_multiplier(2)
- # 2 is _a lot_ (timeout after 600s, to build 600 modules),
+ compile_timeout_multiplier(4)
+ # 4 is _a lot_ (timeout after 1200s),
# but this test has been failing every now and then,
# especially on i386. Let's just give it some room
# to complete successfully reliably everywhere.