Skip to content

Commit

Permalink
Updated test_resiliency_reconnect_before_timeout
Browse files Browse the repository at this point in the history
---Increased timeout so that test is more resilient
to slowness in virtual environment.
  • Loading branch information
Arnab Das authored and isi-adas committed Aug 5, 2024
1 parent 8a20c76 commit a5c7847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pike/test/persistent.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_resiliency_same_timeout_reconnect_before_timeout(self):
def test_resiliency_reconnect_before_timeout(self):
handle1 = self.create_persistent()
self.assertTrue(handle1.is_persistent)
timeout = 4000
timeout = 10000
wait_time = timeout / 1000.0 * 0.5
a = self.channel.network_resiliency_request(handle1, timeout=timeout)
self.assertTrue(handle1.is_resilient)
Expand Down

0 comments on commit a5c7847

Please sign in to comment.