operating-system icon indicating copy to clipboard operation
operating-system copied to clipboard

Update test_offline.py

Open gaurimakhija opened this issue 1 year ago • 2 comments

Problem: This loop can run indefinitely if the network or container never becomes available, leading to a hang in the test execution. It would be better to add a timeout or a maximum retry limit. Fix: Add a retry count or a timeout to prevent infinite looping

Summary by CodeRabbit

  • Bug Fixes
    • Improved error handling in offline tests by adding a timeout assertion for supervisor network creation.

gaurimakhija avatar Oct 23 '24 15:10 gaurimakhija