Added longer timeout for basic authentication test.
This commit is contained in:
parent
29f3d2dea8
commit
294d0fda61
@ -421,6 +421,7 @@ describe('Test Basic Authentication', function() {
|
||||
|
||||
function test(name, url) {
|
||||
it('tests ' + name, function() {
|
||||
this.timeout(100000);
|
||||
return Provider.fetchJSON(url).then(function(data) {
|
||||
assert.equal(data.authenticated, true, 'authenticates user');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user