Skip to content

Commit 4e56b60

Browse files
committed
build: increase timeouts
1 parent 0887a54 commit 4e56b60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run_affected_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if [ -n "$files" ]; then
112112
make examples-javascript-files FILES="${files}"
113113
fi
114-
timeout-minutes: 5
114+
timeout-minutes: 15
115115

116116
# Run examples in Markdown files:
117117
- name: 'Run examples in Markdown files'
@@ -120,4 +120,4 @@ jobs:
120120
if [ -n "$files" ]; then
121121
make markdown-examples-javascript-files FILES="${files}"
122122
fi
123-
timeout-minutes: 5
123+
timeout-minutes: 15

.github/workflows/run_affected_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ jobs:
154154
directories="${{ steps.changed-directories.outputs.directories }}"
155155
fi
156156
. "$GITHUB_WORKSPACE/.github/workflows/scripts/run_affected_tests" "$directories"
157-
timeout-minutes: 15
157+
timeout-minutes: 30

0 commit comments

Comments
 (0)