diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58317411e..5087c0c79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: - name: Test # Build test binary with `testing` feature, which requires `hotshot_example` config run: cargo nextest run --locked --release --workspace --all-features --verbose --no-fail-fast - timeout-minutes: 5 + timeout-minutes: 20 - name: Install process-compose run: nix profile install nixpkgs#process-compose