Skip to content

Commit 92619b5

Browse files
committed
CI: Increase functional test timeout
The mutex functional test requires more time to complete and print PASS criteria with the original timing parameters. Instead of modifying app/mutex.c, increase the timeout to accommodate the test execution time.
1 parent f9ca4a6 commit 92619b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run-functional-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Configuration
4-
TIMEOUT=5
4+
TIMEOUT=10
55
TOOLCHAIN_TYPE=${TOOLCHAIN_TYPE:-gnu}
66

77
# Define functional tests and their expected PASS criteria

0 commit comments

Comments
 (0)