Skip to content

Commit

Permalink
fix: test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 23, 2024
1 parent 42ce894 commit 9471702
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: 3 * time.Second,
}
})

Expand Down

0 comments on commit 9471702

Please sign in to comment.