Skip to content

Commit 65402d0

Browse files
Refactor: Extract retry interval to variable in UI workflow
1 parent 1f558df commit 65402d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ui.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
2222
BROWSERSTACK_DEVICES: |
2323
Google Pixel 9 Pro XL-15.0
24+
RETRY_INTERVAL: 60
2425

2526
steps:
2627
- uses: actions/checkout@v4
@@ -173,7 +174,7 @@ jobs:
173174
break
174175
fi
175176
176-
sleep 20
177+
sleep $RETRY_INTERVAL
177178
done
178179
179180
echo ""

0 commit comments

Comments
 (0)