Skip to content

Commit c9cf630

Browse files
sjorsrijsdamfieg
authored andcommitted
Clean up test
1 parent c4941c3 commit c9cf630

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ node_js:
2020
- 0.10
2121

2222
env:
23-
- JQUERY_VERSION=1.7.*
24-
- JQUERY_VERSION=1.8.*
25-
- JQUERY_VERSION=1.9.*
26-
- JQUERY_VERSION=1.10.*
2723
- JQUERY_VERSION=1.11.*
2824
- JQUERY_VERSION=2.0.*
2925
- JQUERY_VERSION=2.1.*

test/07-multiple-instances-test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ describe('IAS', function () {
22
before(function () {
33
var deferred = when.defer();
44

5-
this.timeout = 100000;
5+
this.timeout = 10000;
66

77
loadFixture('multiple1.html', function () {
88
[$('.overflow1'), $('.overflow2')].forEach(function ($overflow) {
99
$overflow.ias({
10-
container: '.container',
11-
item: '.item',
12-
pagination: '.pagination',
13-
next: '.next',
10+
container: '.container',
11+
item: '.item',
12+
pagination: '.pagination',
13+
next: '.next',
1414
});
1515

1616
deferred.resolve();

0 commit comments

Comments
 (0)