Add a timeout for test_plugin_focus in order for events to be delievered to asynchronous event loops, r=jimm

--HG--
extra : rebase_source : e69cfae5589da8e47585bbd003b6bb8052543712
This commit is contained in:
Benjamin Smedberg 2010-01-26 17:50:41 -05:00
Родитель f29d5d96f1
Коммит 8cbb918379
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -66,7 +66,7 @@ function handleEvent(event) {
if (s.action) {
// Do the action after this event cycle is done
setTimeout(s.action, 0);
setTimeout(s.action, 1000);
}
}