Skip to content

Commit

Permalink
Longer timeout waiting for framework to start
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Aug 22, 2024
1 parent d2fb2b2 commit f08f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rsa/test_etcd3_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def prepareFrameworkProcess(self):
target=start_framework_for_advertise, args=[self.status_queue]
)
self.publisher_process.start()
state = self.status_queue.get(timeout=10)
state = self.status_queue.get(timeout=20)
self.assertEqual(state, "ready")

def tearDown(self):
Expand Down

0 comments on commit f08f332

Please sign in to comment.