Skip to content

Commit 58f5923

Browse files
authored
Add timeout for the build step (#4246)
Required for testing small platforms
1 parent 0991a3c commit 58f5923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ env:
7676
jobs:
7777
build:
7878
name: Build
79+
timeout-minutes: 720
7980
runs-on: ${{ fromJson(inputs.runner_label && format('["linux", "{0}"]', inputs.runner_label) || format('["linux", "{0}", "{1}", "{2}"]', inputs.device, inputs.driver_version, inputs.runner_version)) }}
8081
defaults:
8182
run:

0 commit comments

Comments
 (0)