diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-23 09:46:16 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-23 09:50:18 -0500 |
commit | 3d9b672a0327fa8b43fbe52b3a9f4e2b88cda5fb (patch) | |
tree | 08f36ea37c882fd7450675510115121c0db5a368 | |
parent | a5373c1fe172dee31e07bcb7c7f6caff1035e6ba (diff) | |
download | haskell-wip/bump-T15397-timeout.tar.gz |
testsuite: Bump timeout multiplier for T18597wip/bump-T15397-timeout
I've seen this fail due to timeout.
[skip-ci]
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 9bca86b274..6ce7d79544 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']) |