提交 055d9274 编写于 作者: J Joao Moreno

smoke: slow windows

上级 a5210bcb
......@@ -12,7 +12,8 @@ import { SpectronApplication } from './application';
*/
export class SpectronClient {
private readonly retryCount = 50;
// windows is kinda slow
private readonly retryCount = process.platform === 'win32' ? 100 : 50;
private readonly retryDuration = 100; // in milliseconds
constructor(public spectron: Application, private application: SpectronApplication) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册