Skip to content

Commit 0e549a9

Browse files
committed
Allow pipeline to run for max 10 minutes instead of 5
Pulling images is slow, taking > 3 minutes. This change ensures pipeline has enough time to run, before being killed.
1 parent fd66dbb commit 0e549a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stepup-behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 5
12+
timeout-minutes: 10
1313
env:
1414
DOCKER_COMPOSE: docker compose --profile smoketest -f docker-compose.yml
1515
steps:

0 commit comments

Comments
 (0)