We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08710b + 8a7a9af commit f09b8b3Copy full SHA for f09b8b3
.github/workflows/cypress.yml
@@ -14,7 +14,7 @@ on:
14
jobs:
15
e2e_test:
16
runs-on: ${{ matrix.os }}
17
- timeout-minutes: 40
+ timeout-minutes: 80
18
defaults:
19
run:
20
shell: bash -l {0}
@@ -141,7 +141,7 @@ jobs:
141
start-windows: "yarn run win:ci"
142
start: "yarn run unix:ci"
143
spec: ${{ steps.test_order.outputs.tests }}
144
- attempt_limit: 2
+ attempt_limit: 3
145
146
# - name: Run tests
147
# uses: cypress-io/github-action@v5
env.yaml
paddlelabel/version
@@ -1 +1 @@
1
-1.0.3
+1.0.5
0 commit comments