From 104a2a2b9da3860abcf0b5c5f8482ad7b1b27456 Mon Sep 17 00:00:00 2001 From: ezilber-akamai Date: Mon, 4 Aug 2025 11:56:58 -0400 Subject: [PATCH] Added sleep --- tests/integration/linodes/test_linode_interfaces.py | 3 +++ 1 file changed, 3 insertions(+) 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( [