Skip to content

Commit

Permalink
T5791: ddclient: Increase timeout to test is process name is running
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Dec 29, 2024
1 parent 8be6df3 commit 123fb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/scripts/cli/test_service_dns_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def setUp(self):

def tearDown(self):
# Check for running process
self.assertTrue(process_named_running(DDCLIENT_PNAME, timeout=5))
self.assertTrue(process_named_running(DDCLIENT_PNAME, timeout=10))

# Delete DDNS configuration
self.cli_delete(base_path)
Expand Down

0 comments on commit 123fb29

Please sign in to comment.