[commit: ghc] wip/bump-T15397-timeout: testsuite: Bump timeout multiplier for T18597 (3d9b672)
git at git.haskell.org
git at git.haskell.org
Wed Jan 23 14:55:43 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/bump-T15397-timeout
Link : http://ghc.haskell.org/trac/ghc/changeset/3d9b672a0327fa8b43fbe52b3a9f4e2b88cda5fb/ghc
>---------------------------------------------------------------
commit 3d9b672a0327fa8b43fbe52b3a9f4e2b88cda5fb
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Jan 23 09:46:16 2019 -0500
testsuite: Bump timeout multiplier for T18597
I've seen this fail due to timeout.
[skip-ci]
>---------------------------------------------------------------
3d9b672a0327fa8b43fbe52b3a9f4e2b88cda5fb
testsuite/tests/profiling/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 9bca86b..6ce7d79 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -147,6 +147,6 @@ test('T12962', [], compile_and_run, [''])
test('T14257', [], run_command, ['$MAKE -s --no-print-directory T14257'])
test('T15897',
- [extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2)],
+ [extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(4)],
run_command,
['$MAKE -s --no-print-directory T15897'])
More information about the ghc-commits
mailing list