-
Notifications
You must be signed in to change notification settings - Fork 604
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
Issue Fix for build break Defect 303094 #30570
base: integration
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,7 +136,7 @@ public static void tearDown() throws Exception { | |
runInServlet("verifyTasksRunMultipleTimes"); | ||
} finally { | ||
// wait for tasks to stop running | ||
long waitForTaskCompletions = TimeUnit.SECONDS.toMillis(10); | ||
long waitForTaskCompletions = TimeUnit.SECONDS.toMillis(60); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adjusting this time will not have any impact on the failures reported by the BB defect, and will unnecessarily delay the completion of the test. I'd recommend not modifying this time. The test is failing because the tasks are not completing within the specified |
||
Thread.sleep(waitForTaskCompletions); | ||
server.stopServer("CWWKC1511W.*CancellationException" // task execution failed because it was canceled | ||
); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright at top of file needs to increase the 2nd year to 2025