diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index f3d8cea8b11b..a2e5dc5ac765 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -143,7 +143,7 @@ jobs: CCACHE_IGNOREOPTIONS: '--specs=*' BSIM_OUT_PATH: /opt/bsim/ BSIM_COMPONENTS_PATH: /opt/bsim/components - TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 ' + TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 ' DAILY_OPTIONS: ' -M --build-only --all --show-footprint' PR_OPTIONS: ' --clobber-output --integration' PUSH_OPTIONS: ' --clobber-output -M --show-footprint'