summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-24 10:23:42 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-24 10:23:42 -0500
commit08c6d7582f286fa392b2ddf22fc5f138c2e2c33e (patch)
tree689c45c582f116f790ea4ad82daaeda0b0a9bebe
parentacff728477a033b6829e81fc8acc51d8a9151ca6 (diff)
downloadhaskell-08c6d7582f286fa392b2ddf22fc5f138c2e2c33e.tar.gz
fixup! testsuite: Increase runtime timeout multiplier of T11627a with integer-simple
-rw-r--r--testsuite/tests/profiling/should_run/all.T5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index b25cbe63cd..968d678164 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -117,9 +117,8 @@ test('profinline001', [], compile_and_run, [''])
test('T11627a', [ extra_ways(extra_prof_ways),
# integer-simple has an extremely large representation and
- # consequently needs more time
- when(have_library('integer-simple'),
- run_timeout_multiplier(3))
+ # consequently needs significantly more time
+ when(have_library('integer-simple'), skip)
],
compile_and_run, [''])