Skip to content

Commit 9845f82

Browse files
committed
Cancel scope test update
1 parent 2b57e93 commit 9845f82

File tree

1 file changed

+2
-2
lines changed
  • tests/src/androidTest/java/com/virgilsecurity/android/ethree/kotlin/interaction/async

1 file changed

+2
-2
lines changed

tests/src/androidTest/java/com/virgilsecurity/android/ethree/kotlin/interaction/async/EThreeScopesTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class EThreeScopesTest {
186186
}
187187

188188
companion object {
189-
const val NUMBER_OF_REPEATS = 10
190-
const val A_FEW_NETWORK_CALLS_DELAY = 1500L // 1.5 sec
189+
const val NUMBER_OF_REPEATS = 100
190+
const val A_FEW_NETWORK_CALLS_DELAY = 5000L // 5 sec
191191
}
192192
}

0 commit comments

Comments
 (0)