File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
android/app/src/androidTest/java/com/exmpl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ public class DetoxTest {
2020 @ Test
2121 public void runDetoxTests () {
2222 DetoxConfig detoxConfig = new DetoxConfig ();
23- detoxConfig .idlePolicyConfig .masterTimeoutSec = 90 ;
24- detoxConfig .idlePolicyConfig .idleResourceTimeoutSec = 60 ;
25- detoxConfig .rnContextLoadTimeoutSec = (BuildConfig .DEBUG ? 180 : 60 );
23+ detoxConfig .idlePolicyConfig .masterTimeoutSec = 120 ;
24+ detoxConfig .idlePolicyConfig .idleResourceTimeoutSec = 90 ;
25+ detoxConfig .rnContextLoadTimeoutSec = (BuildConfig .DEBUG ? 240 : 120 );
2626
2727 Detox .runTests (mActivityRule , detoxConfig );
2828 }
Original file line number Diff line number Diff line change 7676 "bitcoin-json-rpc" : " ^1.3.2" ,
7777 "chai-as-promised" : " ^7.1.1" ,
7878 "concurrently" : " ^8.2.0" ,
79- "detox" : " 20.20.2 " ,
79+ "detox" : " 20.23.3 " ,
8080 "electrum-client" : " github:BlueWallet/rn-electrum-client#47acb51149e97fab249c3f8a314f708dbee4fb6e" ,
8181 "eslint" : " 8.27.0" ,
8282 "eslint-config-prettier" : " ^8.5.0" ,
You can’t perform that action at this time.
0 commit comments