summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/storage/http_retry_network_status.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/storage/http_retry_network_status.cpp b/test/storage/http_retry_network_status.cpp
index bf875cbd57..feb07d0245 100644
--- a/test/storage/http_retry_network_status.cpp
+++ b/test/storage/http_retry_network_status.cpp
@@ -41,11 +41,6 @@ TEST_F(Storage, HTTPNetworkStatusChange) {
mbgl::NetworkStatus::Reachable();
});
- // This timer will keep the loop alive to make sure we would be getting a response in caes the
- // network status change triggered another change (which it shouldn't).
- util::Timer delayTimer;
- delayTimer.start(Milliseconds(300), Duration::zero(), [] () {});
-
loop.run();
}