Skip to content

Commit db59dd0

Browse files
committed
ci: twister: Set twister timeout multiplier to 2
This commit sets the twister timeout multiplier to 2, which effectively increases the default test timeout from 60 to 120 seconds, because the new cost-effective Zephyr runners may take longer to execute tests and the default timeout is not sufficient for some tests to complete. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 10af76c commit db59dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
CCACHE_IGNOREOPTIONS: '--specs=*'
151151
BSIM_OUT_PATH: /opt/bsim/
152152
BSIM_COMPONENTS_PATH: /opt/bsim/components
153-
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '
153+
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
154154
DAILY_OPTIONS: ' -M --build-only --all --show-footprint'
155155
PR_OPTIONS: ' --clobber-output --integration'
156156
PUSH_OPTIONS: ' --clobber-output -M --show-footprint'

0 commit comments

Comments
 (0)