Skip to content

Commit

Permalink
Adding timeout for test
Browse files Browse the repository at this point in the history
  • Loading branch information
alrod committed Jun 9, 2023
1 parent a4cde95 commit 6d8d5d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ await Host.TestCommon.TestHelpers.Await(async () =>
}
return scaledOut;
}, pollingInterval: 10000);
}, pollingInterval: 2000, timeout: 180000, throwWhenDebugging: true);
}
}
}

0 comments on commit 6d8d5d3

Please sign in to comment.