e2e: longer test harness timeouts (#6728)

This commit is contained in:
Sam Kleinman
2021-07-20 15:57:48 -04:00
committed by GitHub
parent 2abfe20114
commit 7638235d33
6 changed files with 20 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Generate testnets
working-directory: test/e2e
# When changing -g, also change the matrix groups above
run: ./build/generator -g 2 -d networks/nightly/${{ matrix.p2p }} -p ${{ matrix.p2p }}
run: ./build/generator -g 2 -d networks/nightly/${{ matrix.p2p }} -p ${{ matrix.p2p }}
- name: Run ${{ matrix.p2p }} p2p testnets in group ${{ matrix.group }}
working-directory: test/e2e