Skip to content

Commit f13e38e

Browse files
committed
Trying to fix localhost e2e test
1 parent 26f230d commit f13e38e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_client_e2e.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,8 @@ def _update_temp_file(self, json_body):
11091109
f = open(os.path.join(os.path.dirname(__file__), 'files','split_changes_temp.json'), 'w')
11101110
f.write(json.dumps(json_body))
11111111
f.close()
1112+
# adding delay to avoid failing to load the file
1113+
time.sleep(1)
11121114

11131115
def _synchronize_now(self):
11141116
filename = os.path.join(os.path.dirname(__file__), 'files', 'split_changes_temp.json')

0 commit comments

Comments
 (0)