Commit 9c55888d authored by Ivan Tyagov's avatar Ivan Tyagov

Set bigger timeouts so test can pass when executed on public git repo.

parent 720d75aa
...@@ -208,7 +208,7 @@ function setupRenderJSTest(){ ...@@ -208,7 +208,7 @@ function setupRenderJSTest(){
// no such service is provided by gadget repos // no such service is provided by gadget repos
equal(0, RenderJs.GadgetCatalog.getGadgetListThatProvide("edit_html1")); equal(0, RenderJs.GadgetCatalog.getGadgetListThatProvide("edit_html1"));
}, 1000) }, 3000)
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment