We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d71cf commit a7b4d6dCopy full SHA for a7b4d6d
gen/src/doc/test.mt
@@ -93,7 +93,7 @@ class _Test extends TestCase {
93
94
async.done(); // to tell this test is finished
95
}, to);
96
- }, 1000);
+ }, 1000 /* timeout in milliseconds */);
97
}
98
99
EOT
0 commit comments