diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index d7422c7f..ec581f04 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -32,9 +32,9 @@ jobs: run: make smoke-relay-docker - name: Smoke Docker boringcrypto - run: make boringcrypto smoke-docker-race + run: make boringcrypto smoke-docker - name: Smoke Docker fips140 - run: make fips140-all smoke-docker-race + run: make fips140-all smoke-docker timeout-minutes: 10