We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52d219 commit 3ee0938Copy full SHA for 3ee0938
1 file changed
src/framework/Framework.ts
@@ -27,7 +27,7 @@ export class Suite {
27
}
28
29
public testee(name: string, specification: TestbedSpecification, options: TesteeOptions = {}) {
30
- const testee = new Testee(name, specification, options.timeout ?? 2000, options.connectionTimout ?? 5000);
+ const testee = new Testee(name, specification, options.timeout ?? 2000, options.connectionTimout ?? 30000);
31
if (options.disabled) {
32
testee.skipall();
33
0 commit comments