Skip to content

Commit bc2ecb7

Browse files
committed
ci,e2e: increase timeout to wait for flashing uhd images
1 parent 9986420 commit bc2ecb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/steps/stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
)
4343
from retina.protocol.ue_pb2_grpc import UEStub
4444

45-
RF_MAX_TIMEOUT: int = 3 * 60 # Time enough in RF when loading a new image in the sdr
45+
RF_MAX_TIMEOUT: int = 5 * 60 # Time enough in RF when loading a new image in the sdr
4646
UE_STARTUP_TIMEOUT: int = RF_MAX_TIMEOUT
4747
GNB_STARTUP_TIMEOUT: int = 2 # GNB delay (we wait x seconds and check it's still alive). UE later and has a big timeout
4848
FIVEGC_STARTUP_TIMEOUT: int = RF_MAX_TIMEOUT

0 commit comments

Comments
 (0)