systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.58k stars 261 forks source link

fix: kill execution sender test #4571

Closed zacharyhamm closed 1 month ago

zacharyhamm commented 1 month ago

The kill execution sender test runs a function that sleeps for 30 seconds, but this might not be enough time in CI for the test to run, given how many services it has to interact with. Up this to 240 seconds, which hopefully should make this test less flaky.