Skip to content

Commit

Permalink
feat(spantest): decrease sleep duration from 1 second to 100 millisec…
Browse files Browse the repository at this point in the history
…onds
  • Loading branch information
thall committed Jun 3, 2022
1 parent b227f4b commit 75d865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spantest/emulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func NewEmulatorFixture(t *testing.T) Fixture {
t.Log("using emulator from environment")
}
t.Log("emulator host:", emulatorHost)
awaitReachable(t, emulatorHost, 1*time.Second, 10*time.Second)
awaitReachable(t, emulatorHost, 100*time.Millisecond, 10*time.Second)
conn, err := grpc.DialContext(
ctx,
emulatorHost,
Expand Down

0 comments on commit 75d865c

Please sign in to comment.