Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit b7b8de8

Browse files
committed
Increase timeout upper limit even more to pass tests under valgrind
1 parent 5a31eab commit b7b8de8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/V8Isolate_limit_time.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if ($helper->need_more_time()) {
2929
// On travis when valgrind active it takes more time to complete all operations so we just increase initial limits
3030
$time_limit = 5.0;
3131
$low_range = 4.5;
32-
$high_range = 10.0;
32+
$high_range = 20.0;
3333
} else {
3434
$time_limit = 1.5;
3535
$low_range = 1.45;

tests/V8Isolate_limit_time_nested.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if ($helper->need_more_time()) {
6161
// On travis when valgrind active it takes more time to complete all operations so we just increase initial limits
6262
$time_limit = 5.0;
6363
$low_range = 4.5;
64-
$high_range = 10.0;
64+
$high_range = 20.0;
6565
} else {
6666
$time_limit = 1.5;
6767
$low_range = 1.45;

tests/V8Isolate_limit_time_set_during_execution.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ($helper->need_more_time()) {
2121
// On travis when valgrind active it takes more time to complete all operations so we just increase initial limits
2222
$time_limit = 5.0;
2323
$low_range = 4.5;
24-
$high_range = 10.0;
24+
$high_range = 20.0;
2525
} else {
2626
$time_limit = 1.5;
2727
$low_range = 1.45;

0 commit comments

Comments
 (0)