fix: increase timeout

This commit is contained in:
DarkPhoenix2704
2024-12-26 10:25:44 +05:30
parent 1aa8bef4cb
commit 6481a8d20c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/expect -f
# Configure timeout for each expect command
set timeout 10
set timeout 20
# Start your main script
set env(PATH) "$env(WORKING_DIR)/mocks:$env(PATH)"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/expect -f
# Configure timeout for each expect command
set timeout 10
set timeout 20
# Start your main script
set env(PATH) "$env(WORKING_DIR)/mocks:$env(PATH)"