Commit 5afe66f
authored
Extend SNMP container cleanup check time allowance (#20985)
At the end of the snmp/test_snmp_link_local.py test, the test will run a
config_reload to clean up the test, then check that the snmp container
is up and running before ending the test.
Currently, the test gives 60s for the snmp container to come back up
after config_reload. This is sufficient for small topos but nowhere
enough for large topos such as qspf t0-d32u32s2.
Extending the allowed wait time to 300s.
Test no longer fails on bad snmp container state on qspf t0-d32u32s2.1 parent dab7092 commit 5afe66f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments