diff --git a/tests/integration/linodes/test_linode_interfaces.py b/tests/integration/linodes/test_linode_interfaces.py index f36ed1a50..581ffe415 100644 --- a/tests/integration/linodes/test_linode_interfaces.py +++ b/tests/integration/linodes/test_linode_interfaces.py @@ -1,4 +1,5 @@ import json +import time import pytest from pytest import MonkeyPatch @@ -133,6 +134,8 @@ def test_interface_settings_update( linode_id = linode_interface_public interface_id = get_interface_id(linode_id) + time.sleep(10) + data = json.loads( exec_test_command( [