Skip to content

Commit 71366b7

Browse files
committed
Increase timeout to 120s to allow dependency updates
Signed-off-by: Ed Snible <snible@us.ibm.com>
1 parent cfa6462 commit 71366b7

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

a2a/a2a_contact_extractor/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked . --host localhost --port 8001

a2a/a2a_currency_converter/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked app --host localhost --port 8001

a2a/cheerup_agent/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked server --host localhost --port 8001

a2a/file_organizer/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked server --host localhost --port 8001

a2a/generic_agent/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked server --host localhost --port 8001

a2a/git_issue_agent/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
set child_pid [spawn env HOST=localhost PORT=8001 uv run --locked server]

a2a/image_service/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked server --host localhost --port 8001

a2a/recipe_agent/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked server --host localhost --port 8001

a2a/reservation_service/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked python -c "from src.reservation_service.agent import run; run()" --host localhost --port 8001

a2a/simple_generalist/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run with `expect -f test_startup.exp`
44

5-
set timeout 10
5+
set timeout 120
66

77
# This is similar the Dockerfile CMD
88
spawn env HOST=localhost PORT=8001 uv run --locked python -c "from src.simple_generalist.main import run; run()" --host localhost --port 8001

0 commit comments

Comments
 (0)