diff --git a/spantest/emulator.go b/spantest/emulator.go index 8d7bf7d..26a82a6 100644 --- a/spantest/emulator.go +++ b/spantest/emulator.go @@ -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,