提交 87bfc89d 编写于 作者: J João Moreno 提交者: GitHub

change polling frequency in smoke tests

上级 b08cde32
......@@ -27,8 +27,8 @@ export class SpectronApplication {
private screenshot: Screenshot;
private readonly sampleExtensionsDir: string = 'test_data/sample_extensions_dir';
private readonly pollTrials = 5;
private readonly pollTimeout = 10; // in secs
private readonly pollTrials = 50;
private readonly pollTimeout = 1; // 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.
先完成此消息的编辑!
想要评论请 注册