Преглед на файлове

Increased tests timeout

sanex3339 преди 7 години
родител
ревизия
a80483b7ca

+ 1 - 1
test/functional-tests/templates/custom-nodes/debug-protection-nodes/DebufProtectionFunctionCallTemplate.spec.ts

@@ -17,7 +17,7 @@ function spawnThread(inputCallback: Function, threadCallback: Function, timeoutC
     const timeout = setTimeout(() => {
         thread.kill();
         timeoutCallback();
-    }, 500);
+    }, 1500);
 
     thread
         .send(inputCallback())