Ver Fonte

higher timeout value for iframe responses handlers

Gildas há 7 anos atrás
pai
commit
101302d6f5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/single-file/frame-tree.js

+ 1 - 1
lib/single-file/frame-tree.js

@@ -27,7 +27,7 @@ this.frameTree = this.frameTree || (() => {
 	const INIT_REQUEST_MESSAGE = "initRequest";
 	const INIT_RESPONSE_MESSAGE = "initResponse";
 	const TARGET_ORIGIN = "*";
-	const TIMEOUT_INIT_REQUEST_MESSAGE = 500;
+	const TIMEOUT_INIT_REQUEST_MESSAGE = 750;
 	const PREFIX_VALID_FRAME_URL = /^https?:\/\//;
 	const TOP_WINDOW_ID = "0";
 	const WINDOW_ID_SEPARATOR = ".";