Skip to content

Commit

Permalink
sets bigger timeout for tests and adds more browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciro S. Costa committed Sep 15, 2014
1 parent 8262616 commit a3c397c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .zuul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ browsers:
- name: chrome
version: latest
- name: firefox
version: latest
version: 27..latest
- name: ie
version: latest
version: 9..latest
- name: iphone
version: latest
version: 6.1..latest
- name: android
version: latest
version: 4.0..latest
4 changes: 2 additions & 2 deletions tests/test-qcode-decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ var QCodeDecoder = require('../src/qcode-decoder');

describe('QCodeDecoder', function() {
global.mocha.checkLeaks = false;
global.mocha.timeout = 20000;
this.timeout(20000);

it('be defined', function() {
it('be defined', function () {
assert(!!QCodeDecoder);
});

Expand Down

0 comments on commit a3c397c

Please sign in to comment.