We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1c013 commit ddb8900Copy full SHA for ddb8900
OneSignalSDK/app/src/test/java/com/test/onesignal/MainOneSignalClassRunner.java
@@ -110,7 +110,7 @@ public void tagsAvailable(JSONObject tags) {
110
public static void setUpClass() throws Exception {
111
ShadowLog.stream = System.out;
112
113
- testSleepTime = System.getenv("TRAVIS") != null ? 300 : 200;
+ testSleepTime = System.getenv("TRAVIS") != null ? 500 : 200;
114
115
Field OneSignal_CurrentSubscription = OneSignal.class.getDeclaredField("subscribableStatus");
116
OneSignal_CurrentSubscription.setAccessible(true);
0 commit comments