Skip to content

Commit

Permalink
Merge pull request #232 from Yaffle/patch-1
Browse files Browse the repository at this point in the history
Update format-field-retry.htm
  • Loading branch information
odinho committed Aug 15, 2013
2 parents 1c0dc0c + 8ba84a9 commit c5ea35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventsource/format-field-retry.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<div id="log"></div>
<script>
var test = async_test()
var test = async_test("", {timeout: 2500});
test.step(function() {
var timeoutms = 2000,
timeoutstr = "02000", // 1024 in octal, but should be 2000
Expand Down

0 comments on commit c5ea35e

Please sign in to comment.