Skip to content

Commit

Permalink
feat: increase api timeout in tests as new migrations take more time
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 22, 2024
1 parent 2cb460b commit afcb55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/api_timeout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var _ = Context("API - Timeout", func() {
Output: GinkgoWriter,
Debug: debug,
NatsURL: natsServer.GetValue().ClientURL(),
APIResponseTimeout: time.Second,
APIResponseTimeout: 2 * time.Second,
}
})

Expand Down

0 comments on commit afcb55a

Please sign in to comment.