Bug 831404 - Die, timing bug, die. r=trivial

This commit is contained in:
Richard Newman 2013-03-27 09:54:46 -07:00
parent 5207ad7a8b
commit e5893c2d39

View File

@ -723,7 +723,7 @@ add_test(function test_polling_implicit_acceptance() {
listener.lastNotifyRequest.onUserNotifyComplete();
}
if (delta <= 750) {
if (delta <= (750 + 250)) {
do_check_false(policy.dataSubmissionPolicyAccepted);
do_check_eq(listener.requestDataUploadCount, 0);
} else if (count > 3) {