Explorar el Código

increase the default timeout for jasmine

Adam Shaw hace 9 años
padre
commit
13ba651832
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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)
 	$.fullCalendar.isTouch = false;
 
+	// increase the default timeout
+	jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
+
 
 	jasmine.addMatchers({