Skip to content

Commit

Permalink
Adjust flaky sub lifetime test
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Nov 24, 2024
1 parent 46a0c1b commit fef382a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hijack/subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Tinytest.add(
CleanTestData();
EnableTrackingMethods();
let client = GetMeteorClient();
waitForConnection(client);
let h1 = SubscribeAndWait(client, 'tinytest-data');
Wait(50);
h1.stop();
Expand Down

0 comments on commit fef382a

Please sign in to comment.