Prechádzať zdrojové kódy

Extend model load wait.

Bentley James Oakes 7 rokov pred
rodič
commit
9dae47ebef
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tests/test_utils.js

+ 1 - 1
tests/test_utils.js

@@ -28,7 +28,7 @@ function load_model(client, fnames) {
             }, [name], null
         );
 
-        client.pause(300);
+        client.pause(500);
 
         client.element('css selector', '#dialog_btn', function (result) {
             if (result.status != -1) {