ソースを参照

increate timeout to solve flaky e2e

Daniel Zlotin 7 年 前
コミット
f729052d1d
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/BaseTest.java

+ 1
- 1
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/BaseTest.java ファイルの表示

@@ -48,7 +48,7 @@ public abstract class BaseTest {
48 48
 	}
49 49
 
50 50
 	public void acceptOverlayPermissionIfNeeded() throws Exception {
51
-		if (elementByText("Draw over other apps").waitForExists(100)) {
51
+		if (elementByText("Draw over other apps").waitForExists(300)) {
52 52
 			if (!elementByText("Playground").exists()) {
53 53
 				scrollToText("Playground");
54 54
 			}