Skip to content

Commit 104a2a2

Browse files
Added sleep
1 parent 44e4374 commit 104a2a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/linodes/test_linode_interfaces.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import json
2+
import time
23

34
import pytest
45
from pytest import MonkeyPatch
@@ -133,6 +134,8 @@ def test_interface_settings_update(
133134
linode_id = linode_interface_public
134135
interface_id = get_interface_id(linode_id)
135136

137+
time.sleep(10)
138+
136139
data = json.loads(
137140
exec_test_command(
138141
[

0 commit comments

Comments
 (0)