mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
some tests take longer in one of my computers
This commit is contained in:
parent
22db7c7781
commit
13991a0736
@ -55,12 +55,12 @@
|
||||
|
||||
function test()
|
||||
{
|
||||
g_basemapLayer = g_map.getLayer( g_map.layerIds[0] );
|
||||
g_offlineEnabler = offlineEnabler;
|
||||
g_basemapLayer = g_map.getLayer( g_map.layerIds[0] );
|
||||
g_offlineEnabler = offlineEnabler;
|
||||
|
||||
var jasmineEnv = jasmine.getEnv();
|
||||
jasmineEnv.updateInterval = 1000;
|
||||
|
||||
jasmineEnv.defaultTimeoutInterval = 10000; // 10 sec
|
||||
var htmlReporter = new jasmine.HtmlReporter();
|
||||
|
||||
jasmineEnv.addReporter(htmlReporter);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user