Skip to content

Commit d487595

Browse files
authored
Merge pull request #3444 from albinsuresh/fix/restart-agent-test
tests: Increase restart tedge-agent test timeout
2 parents 980dcd2 + e37abe5 commit d487595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/RobotFramework/tests/tedge_agent/workflows/restart-tedge-agent.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on_exec = "restarting"
1010

1111
[restarting]
1212
script = "/etc/tedge/operations/tedge-agent-pid.sh test ${.payload.tedge-agent-pid}"
13-
timeout_second = 10
13+
timeout_second = 65 # A value higher than agent max shutdown timeout
1414
on_success = "tedge-agent-restarted"
1515
on_kill = { status = "failed", reason = "tedge-agent not restarted" }
1616

0 commit comments

Comments
 (0)