Skip to content

Commit

Permalink
Bump websocket test timeout a little
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Jun 25, 2018
1 parent 67ec56e commit 12707df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/logs-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('logs', function () {

it('should be able to receieve logcat output via web socket', async function () {
const endpoint = `/ws/session/${driver.sessionId}/appium/device/logcat`;
const timeout = 5000;
const timeout = 20000;
await driver.execute('mobile: startLogsBroadcast', {});
try {
await new B((resolve, reject) => {
Expand Down

0 comments on commit 12707df

Please sign in to comment.