Skip to content

Commit 2e5d7d8

Browse files
committed
Tests passing locally... try sleep before server stop
1 parent 8008e8c commit 2e5d7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporters/otlp/test/otlp_http_exporter_test.cc

+1
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ TEST_P(OtlpHttpExporterRetryIntegrationTests, StatusCodes)
752752
server.addHandler("/v1/traces", request_handler);
753753
ASSERT_EQ(server.addListeningPort(4318), 4318);
754754
server.start();
755+
std::this_thread::sleep_for(std::chrono::milliseconds{500});
755756

756757
otlp::OtlpHttpExporterOptions opts{};
757758

0 commit comments

Comments
 (0)