This commit is contained in:
Ryan VanderMeulen 2013-03-27 17:02:31 -04:00
Родитель bb3c171c25 31167216f6
Коммит 023129169d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {