Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 8046eb2

Browse files
author
mikesamuel
committed
Increase timeout before running tests. As I add more tests, IE under vmware runs out of time to finish prettifying. I should just speed things up.
1 parent f320c7a commit 8046eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prettify_test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</style>
1111
</head>
1212

13-
<body onload="prettyPrint(); setTimeout(runTests, 1000/*ms*/)" bgcolor="white">
13+
<body onload="prettyPrint(); setTimeout(runTests, 2000/*ms*/)" bgcolor="white">
1414
<div id="errorReport" style="white-space: pre"></div>
1515

1616
<h1>Bash</h1>

0 commit comments

Comments
 (0)