Selaa lähdekoodia

increase the default timeout for jasmine

Adam Shaw 9 vuotta sitten
vanhempi
sitoutus
13ba651832
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      tests/lib/jasmine-ext.js

+ 3 - 0
tests/lib/jasmine-ext.js

@@ -12,6 +12,9 @@ beforeEach(function() {
 	// (not the best place for this)
 	// (not the best place for this)
 	$.fullCalendar.isTouch = false;
 	$.fullCalendar.isTouch = false;
 
 
+	// increase the default timeout
+	jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
+
 
 
 	jasmine.addMatchers({
 	jasmine.addMatchers({