Skip to content
Snippets Groups Projects
Commit a95c2d5c authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added yarn timeout to CI/CD.

parent c21024f8
No related branches found
No related tags found
3 merge requests!530Draft: Resolve "Workflow search",!451Merge for release of v0.10.9,!447Hotfixes v0.10.9. Fixes #644, #649
Pipeline #114470 failed
......@@ -61,7 +61,7 @@ gui linting:
image: node
script:
- cd gui
- yarn
- yarn --network-timeout 1200000
- yarn run lint
except:
refs:
......@@ -107,7 +107,7 @@ gui tests:
image: node
script:
- cd gui
- yarn
- yarn --network-timeout 1200000
- yarn run test
except:
refs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment