Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Feb 14, 2024
1 parent 2d1172d commit 6e7aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surveyor/observation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ nats_latency_observations_count 1
defer replySub.Unsubscribe()
// send a bunch of observations
for i := 0; i < 10; i++ {
_, err := ncB.Request("test.service", []byte("hello"), time.Second)
_, err := ncB.Request("test.service", []byte("hello"), time.Second*3)
if err != nil {
t.Fatalf("request failed: %s", err)
}
Expand Down

0 comments on commit 6e7aa25

Please sign in to comment.