Skip to content

Commit

Permalink
reduce gotest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 12, 2023
1 parent 9408dff commit 7ccd121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: run tests
run: |
gotestsum --format testname -- -p 8 ./... -timeout 2400s
gotestsum --format testname -- -p 8 ./... -timeout 1680s
working-directory: ./flow
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion flow/workflows/normalize_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func NormalizeFlowWorkflow(
received, _ = schemaDeltas.ReceiveWithTimeout(ctx, 5*time.Second, &syncSignal)
}

w.logger.Info("NormalizeTest %v %v", received, stopLoop)
w.logger.Info("NormalizeTest", received, stopLoop)
if received {
tableSchemaDeltas := syncSignal.TableSchemaDeltas
if len(tableSchemaDeltas) != 0 {
Expand Down

0 comments on commit 7ccd121

Please sign in to comment.