Skip to content

Commit

Permalink
PMM-12712 Big sleep test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Jan 2, 2024
1 parent bb18c39 commit 9bab36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
name: Build
name: Prep

strategy:
fail-fast: false
Expand All @@ -41,6 +41,6 @@ jobs:
- name: Test
run: |
TEST_MONGODB_IMAGE=${{ matrix.image }} make test-cluster
sleep 120
sleep 1000
make test-race
make test-cluster-clean

0 comments on commit 9bab36e

Please sign in to comment.