Bug 598794 - Intermittent failure in uriloader\exthandler\tests\unit\test_punycodeURIs.js | test failed (with xpcshell return code: 0), see following log: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFileInputStream.init]; r=sdwilsh

--HG--
extra : rebase_source : 0152a5ff0932102e55949e25a821f72461733bf9
This commit is contained in:
Siddharth Agarwal 2011-06-20 13:58:44 -04:00
Родитель 82b372005e
Коммит b592d3ac78
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -58,6 +58,7 @@ function checkFile() {
++gCheckExistsAttempts;
// Wait a bit longer then try again
do_timeout(1000, checkFile);
return;
}
}