Skip to content

Fix flaky long running operation test #6204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2018
Merged

Fix flaky long running operation test #6204

merged 3 commits into from
May 23, 2018

Conversation

maddieclayton
Copy link
Contributor

Description

Checklist

@@ -265,7 +265,7 @@ void WaitForCompletion(AzureLongRunningJob job, Action<AzureLongRunningJob> vali
try
{
HandleStateChange(job, new JobStateEventArgs(job.JobStateInfo, new JobStateInfo(JobState.NotStarted)));
this.jobCompleted.WaitOne(TimeSpan.FromSeconds(30));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just make this arbitrarily large (like FromHours(4)?

@maddieclayton
Copy link
Contributor Author

@cormacpayne cormacpayne dismissed markcowl’s stale review May 23, 2018 21:46

Comment resolved

@cormacpayne cormacpayne merged commit 3def3c8 into Azure:preview May 23, 2018
@maddieclayton maddieclayton deleted the fixLRT branch May 23, 2018 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants