chore: turn e2e tests back on with fixes (#5719)

* Improvement - wip

* Cut out extra waits, increase timeouts

* Fix timeout syntax

* Extend timeouts for safety

* Turn e2e back on

* Format
This commit is contained in:
Presley Pizzo
2023-01-17 12:12:37 -05:00
committed by GitHub
parent 7f5dcc3d6c
commit 63956eafbf
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ jobs:
name: "test/e2e/${{ matrix.os }}"
needs:
- changes
if: false #needs.changes.outputs.docs-only == 'false'
if: needs.changes.outputs.docs-only == 'false'
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy: