Bug 788960 - Intermittent test_tcpsocket.js | command timed out: 1200 seconds without output, attempting to kill. timeout code to show error to help debugging. r=fabrice

This commit is contained in:
Donovan Preston 2012-09-11 15:06:08 -07:00
Родитель 774b0a92d9
Коммит 0d47de68e0
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -476,4 +476,9 @@ function run_test() {
server = new TestServer();
run_next_test();
do_timeout(10000, function() {
do_throw(
"The test should never take this long unless the system is hosed.");
});
}