Skip to content

Commit 5e8d4f0

Browse files
committed
longer timeout as sometimes the install takes a little longer than normal
1 parent 7146904 commit 5e8d4f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/.e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
type: string
2020
timeout-minutes:
2121
description: 'Timeout minutes'
22-
default: 8
22+
default: 12
2323
required: false
2424
type: number
2525
update-screenshots:
@@ -51,7 +51,7 @@ on:
5151
type: string
5252
timeout-minutes:
5353
description: 'Timeout minutes'
54-
default: 8
54+
default: 12
5555
required: false
5656
type: number
5757
update-screenshots:
@@ -138,7 +138,7 @@ jobs:
138138
# Configure git for committing
139139
git config --local user.email "action@github.com"
140140
git config --local user.name "GitHub Action"
141-
141+
142142
# Pull latest changes to avoid conflicts
143143
git pull origin ${{ github.ref_name }}
144144

0 commit comments

Comments
 (0)