Skip to content

Commit b3b8a8e

Browse files
committed
Increase appium test timeout
1 parent d71a7ce commit b3b8a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e-tests/multi-page-routing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var nsAppium = require("nativescript-dev-appium");
33

44
describe("multi page routing", function () {
5-
this.timeout(40000);
5+
this.timeout(120000);
66
var driver;
77

88
before(function () {

tests/e2e-tests/single-page-routing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var nsAppium = require("nativescript-dev-appium");
33

44
describe("single page routing", function () {
5-
this.timeout(40000);
5+
this.timeout(120000);
66
var driver;
77

88
before(function () {

0 commit comments

Comments
 (0)