Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /