Skip to content

Commit

Permalink
IWF-186: Bump all tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Oct 10, 2024
1 parent 0e7ca98 commit 2d48ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ integTestsTemporalWithCover: # for local debugging
$Q go tool cover -func coverage.out -o coverage.out

integTests:
$Q go test -v ./integ
$Q go test -v ./integ -timeout=15

temporalIntegTests:
$Q go test -v ./integ -cadence=false
Expand All @@ -183,10 +183,10 @@ ci-temporal-integ-test:
$Q go test -v ./integ -cover -coverprofile coverage.out -coverpkg ./service/... -search=false -cadence=false -dependencyWaitSeconds=60

ci-all-tests:
$Q go test -v ./... -cover -coverprofile coverage.out -coverpkg ./service/...
$Q go test -v ./... -timeout=15 -cover -coverprofile coverage.out -coverpkg ./service/...

integTestsNoSearch:
$Q go test -v ./integ -search=false
$Q go test -v ./integ -search=false -timeout=15

stressTestsWithSearch:
$Q go test -v ./integ -repeat=10 -intervalMs=100 -searchWaitMs=100 | tee test.log # TODO https://github.com/indeedeng/iwf/issues/134
Expand Down

0 comments on commit 2d48ae6

Please sign in to comment.