Skip to content

Commit

Permalink
Remove manual timeouts of Loki and Skadi service tests (valhalla#4823)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Jul 31, 2024
1 parent 5c1eb84 commit 2272caf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions test/loki_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,6 @@ class LokiServiceEnv : public ::testing::Environment {

// Elevation service
int main(int argc, char* argv[]) {
// make this whole thing bail if it doesnt finish fast
alarm(180);

testing::AddGlobalTestEnvironment(new LokiServiceEnv);
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
Expand Down
3 changes: 0 additions & 3 deletions test/skadi_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ TEST(SkadiService, test_requests) {
},
1);

// make this whole thing bail if it doesnt finish fast
alarm(120);

// request and receive
client.batch();
}

0 comments on commit 2272caf

Please sign in to comment.