Skip to content

Commit

Permalink
Fix FailIfDataLoss test
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon committed May 12, 2021
1 parent 3acba97 commit ad403c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/DeltaKustoAdxIntegrationTest/FailIfDataLoss/no-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"current": {
"scripts": [
{
"filePath": "FailIfDataLoss/source.kql"
"filePath": "source.kql"
}
]
},
Expand All @@ -23,7 +23,7 @@
}
},
"action": {
"filePath": "outputs/fail-if-data-loss/no-fail.kql"
"filePath": "outputs/no-fail.kql"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion code/DeltaKustoIntegration/Kusto/KustoManagementGateway.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public void Validate(string json, string tableName)
}
#endregion

private static readonly TimeSpan TIMEOUT = TimeSpan.FromSeconds(5);
private static readonly TimeSpan TIMEOUT = TimeSpan.FromSeconds(10);

private readonly Uri _clusterUri;
private readonly string _database;
Expand Down

0 comments on commit ad403c0

Please sign in to comment.