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 9986420 commit bc2ecb7Copy full SHA for bc2ecb7
tests/e2e/tests/steps/stub.py
@@ -42,7 +42,7 @@
42
)
43
from retina.protocol.ue_pb2_grpc import UEStub
44
45
-RF_MAX_TIMEOUT: int = 3 * 60 # Time enough in RF when loading a new image in the sdr
+RF_MAX_TIMEOUT: int = 5 * 60 # Time enough in RF when loading a new image in the sdr
46
UE_STARTUP_TIMEOUT: int = RF_MAX_TIMEOUT
47
GNB_STARTUP_TIMEOUT: int = 2 # GNB delay (we wait x seconds and check it's still alive). UE later and has a big timeout
48
FIVEGC_STARTUP_TIMEOUT: int = RF_MAX_TIMEOUT
0 commit comments