Просмотр исходного кода

increase the default timeout for jasmine

Adam Shaw 9 лет назад
Родитель
Сommit
13ba651832
1 измененных файлов с 3 добавлено и 0 удалено
  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({