提交 afc7fad0 编写于 作者: B Benjamin Pasero

smoke test - increase pollTimeout

上级 06264798
......@@ -28,7 +28,7 @@ export class SpectronApplication {
private readonly sampleExtensionsDir: string = 'test_data/sample_extensions_dir';
private readonly pollTrials = 5;
private readonly pollTimeout = 3; // in secs
private readonly pollTimeout = 10; // in secs
constructor(electronPath: string, testName: string, private testRetry: number, args?: string[], chromeDriverArgs?: string[]) {
if (!args) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册