Skip to content

Commit 59c0471

Browse files
committed
CI: Adjust timeout multiplier to match twister
The philosopher test seems to run in real time on qemu, and ends up taking just about a minute, the default timeout. Signed-off-by: David Brown <[email protected]>
1 parent ffed0e2 commit 59c0471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ jobs:
7676
df -h
7777
7878
west twister -M all -T samples -T tests -v --inline-logs --integration -j 4 \
79+
--timeout-multiplier 2 \
7980
$(cat etc/platforms.txt)

0 commit comments

Comments
 (0)