Skip to content

Commit 1b06cd9

Browse files
committed
Increase timeout for arithmetic testsuite
I've seen a number of timeouts on that testsuite when running under valgrind (typically when the CI infrastructure is under load). Increase the timeout to reduce the number of failing jobs due to a low timeout. Change-Id: I9563503fa05b20c35d19fb776ef10959332557b0 Reviewed-on: http://review.couchbase.org/82954 Tested-by: Build Bot <[email protected]> Reviewed-by: Dave Rigby <[email protected]>
1 parent 37758b1 commit 1b06cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testapp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ add_unit_test_suite(NAME require-init
9696

9797
# Run the Arithmetic tests
9898
add_unit_test_suite(NAME arithmetic
99-
TIMEOUT 120
99+
TIMEOUT 240
100100
SOURCE testapp_arithmetic.cc testapp_arithmetic.h)
101101

102102
# Run the Audit tests

0 commit comments

Comments
 (0)