File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ require('../../resources/chinaConsumptionLevel');
33
44var url = GlobeParameter . China4326URL ;
55describe ( 'openlayers_graph' , function ( ) {
6- var originalTimeout ;
76 var testDiv , map ;
87 beforeAll ( function ( ) {
98 testDiv = window . document . createElement ( "div" ) ;
@@ -30,15 +29,8 @@ describe('openlayers_graph', function () {
3029 map . addLayer ( layer ) ;
3130 } ) ;
3231 beforeEach ( function ( ) {
33- originalTimeout = jasmine . DEFAULT_TIMEOUT_INTERVAL ;
34- jasmine . DEFAULT_TIMEOUT_INTERVAL = 50000 ;
35- setTimeout ( function ( ) {
36- value = 0 ;
37- done ( ) ;
38- } , 5000 ) ;
3932 } ) ;
4033 afterEach ( function ( ) {
41- jasmine . DEFAULT_TIMEOUT_INTERVAL = originalTimeout ;
4234 } ) ;
4335 afterAll ( function ( ) {
4436 window . document . body . removeChild ( testDiv ) ;
You can’t perform that action at this time.
0 commit comments