Skip to content

Commit cbb068a

Browse files
committed
Increate timeout
1 parent 8956991 commit cbb068a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-kusto-ingest/tests/test_e2e_ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async def get_async_client(cls) -> AsyncKustoClient:
229229

230230
# assertions
231231
@classmethod
232-
async def assert_rows_added(cls, expected: int, timeout=60):
232+
async def assert_rows_added(cls, expected: int, timeout=120):
233233
actual = 0
234234
while timeout > 0:
235235
time.sleep(1)

0 commit comments

Comments
 (0)