Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3116721

Browse files
author
Richard Newman
committed
Bug 831404 - Die, timing bug, die. r=trivial
1 parent 946fdeb commit 3116721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/datareporting/tests/xpcshell/test_policy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ add_test(function test_polling_implicit_acceptance() {
723723
listener.lastNotifyRequest.onUserNotifyComplete();
724724
}
725725

726-
if (delta <= 750) {
726+
if (delta <= (750 + 250)) {
727727
do_check_false(policy.dataSubmissionPolicyAccepted);
728728
do_check_eq(listener.requestDataUploadCount, 0);
729729
} else if (count > 3) {

0 commit comments

Comments
 (0)