Browse Source

larger steps

Gildas 7 years ago
parent
commit
0261d65413
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/single-file/util/timeout.js

+ 1 - 1
lib/single-file/util/timeout.js

@@ -22,7 +22,7 @@
 
 this.timeout = this.timeout || (() => {
 
-	const TIMEOUT_STEP = 100;
+	const TIMEOUT_STEP = 200;
 
 	const timeoutIds = [];