Skip to content

Commit dbe14e9

Browse files
committed
CI: Increase functional test timeout to 30s
The mutex and semaphore functional tests require significant time to complete with their original timing parameters (MAX_ITERATIONS=5, COOPERATION_YIELDS=3, monitor cycles, multiple task yields). Tests were timing out at 10s before printing PASS criteria.
1 parent 5531322 commit dbe14e9

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=30
55
TOOLCHAIN_TYPE=${TOOLCHAIN_TYPE:-gnu}
66

77
# Define functional tests and their expected PASS criteria

0 commit comments

Comments
 (0)