Skip to content

Commit

Permalink
Add #slower tag to concurrent backup test
Browse files Browse the repository at this point in the history
  • Loading branch information
smithsz committed Jun 13, 2018
1 parent 238e747 commit cc2e14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ci_concurrent_backups.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const uuid = require('uuid/v4');
const params = { useApi: true };

describe(u.scenario('Concurrent database backups', params), function() {
it('should run concurrent API database backups correctly', function(done) {
it('should run concurrent API database backups correctly #slower', function(done) {
// Allow up to 900 s to backup and compare (it should be much faster)!
u.setTimeout(this, 900);

Expand Down

0 comments on commit cc2e14b

Please sign in to comment.