Commit 3568ba76 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Cambia config de loading para tests

parent f418acaf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -226,8 +226,6 @@ define([

			var idProperty = args[0];

			console.log(this._selection);

			if (this._selection[idProperty]) {
				this._selectRow(idProperty);
			}
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ define([], function() {
			veryLongSleep: 5000
		},
		counter: {
			findLoading: 100
			findLoading: 300
		}
	};
});