Skip to content

Commit

Permalink
Adjust flaky observer lifetime test
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Nov 24, 2024
1 parent 098998a commit 46a0c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hijack/subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Tinytest.add(
let metrics = TestHelpers.findMetricsForPub('tinytest-data');

console.log({elapsedTime});
test.isTrue(TestHelpers.compareNear(metrics.observerLifetime, 100 + elapsedTime, 60));
test.isTrue(TestHelpers.compareNear(metrics.observerLifetime, 100, 60));
TestHelpers.closeClient(client);
}
);
Expand Down

0 comments on commit 46a0c1b

Please sign in to comment.