Skip to content

Commit 15a1da0

Browse files
committed
Increase timeout
1 parent e09692e commit 15a1da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- run: echo ${{ secrets.GOOGLE_SERVICE_ACCOUNT_ENCODED }} | base64 --decode --ignore-garbage > /gcp/gcloud-service-key.json
108108
- name: Check processes
109109
run: ls -a
110-
- run: yarn --cwd frontend/ install
110+
- run: yarn --cwd frontend/ install --network-timeout 600000
111111
# - run: yarn --cwd frontend/ run cypress install
112112
- run: yarn --cwd frontend/ build
113113
# Populate DB

0 commit comments

Comments
 (0)