Skip to content

Commit a7b4d6d

Browse files
committed
comments
1 parent 55d71cf commit a7b4d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen/src/doc/test.mt

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class _Test extends TestCase {
9393

9494
async.done(); // to tell this test is finished
9595
}, to);
96-
}, 1000);
96+
}, 1000 /* timeout in milliseconds */);
9797
}
9898
}
9999
EOT

0 commit comments

Comments
 (0)