Skip to content

Commit

Permalink
Increase appium server startup timeout to 15sec.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jan 4, 2023
1 parent 273af20 commit 27ba564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/cli/testServiceCreationFromCli.js
Expand Up @@ -4,7 +4,7 @@ const assert = require('assert');
const origPath = require('path');

describe('Service creation from cli.js', function() {
this.timeout(10000);
this.timeout(15000);

beforeEach(function() {
mockery.enable({useCleanCache: true, warnOnUnregistered: false});
Expand Down

0 comments on commit 27ba564

Please sign in to comment.