projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a00950
)
Increase final idle time in idle notifcation of test test-api/Regress2107.
author
hpayer@chromium.org
<hpayer@chromium.org>
Tue, 14 Oct 2014 08:10:41 +0000
(08:10 +0000)
committer
hpayer@chromium.org
<hpayer@chromium.org>
Tue, 14 Oct 2014 08:10:41 +0000
(08:10 +0000)
BUG=
R=bmeurer@chromium.org
Review URL: https://codereview.chromium.org/
653863002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24579
ce2b1a6d
-e550-0410-aec6-
3dcde31c8c00
test/cctest/test-api.cc
patch
|
blob
|
history
diff --git
a/test/cctest/test-api.cc
b/test/cctest/test-api.cc
index
6b182d0
..
19d176a
100644
(file)
--- a/
test/cctest/test-api.cc
+++ b/
test/cctest/test-api.cc
@@
-18295,7
+18295,7
@@
TEST(IdleNotificationWithLargeHint) {
TEST(Regress2107) {
const intptr_t MB = 1024 * 1024;
- const int kIdlePauseInMs = 1000;
+ const int kIdlePauseInMs = 1000
0
;
LocalContext env;
v8::Isolate* isolate = env->GetIsolate();
v8::HandleScope scope(env->GetIsolate());