From c0dca293c1301a6315684703706597db07a8dbe1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 27 Jun 2020 03:14:49 -0500 Subject: The bionic/clang asan plumbing slows the test down >10x, so expand timeout. --- tests/sed.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sed.test b/tests/sed.test index 67de46b2..beb11d5c 100755 --- a/tests/sed.test +++ b/tests/sed.test @@ -187,7 +187,8 @@ testing '\n too high' \ # Performance test X=x; Y=20; while [ $Y -gt 0 ]; do X=$X$X; Y=$(($Y-1)); done -testing 'megabyte s/x/y/g (5 sec timeout)' "timeout 5 sed 's/x/y/g' | sha1sum" \ +testing 'megabyte s/x/y/g (20 sec timeout)' \ + "timeout 20 sed 's/x/y/g' | sha1sum" \ '138c1fa7c3f64186203b0192fb4abdb33cb4e98a -\n' '' "$X\n" unset X Y -- cgit v1.2.3