This is an automated email from the ASF dual-hosted git repository.
mani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/master by this push:
new 55a06adf [YUNIKORN-2318] Flaky test
TestTimeoutPlaceholderAllocReleased (#771)
55a06adf is described below
commit 55a06adf0fb0761dffc476eaf3dad8326e749c3b
Author: Peter Bacsko <[email protected]>
AuthorDate: Tue Jan 9 11:44:19 2024 +0530
[YUNIKORN-2318] Flaky test TestTimeoutPlaceholderAllocReleased (#771)
Closes: #771
Signed-off-by: Manikandan R <[email protected]>
---
pkg/scheduler/objects/application_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/scheduler/objects/application_test.go
b/pkg/scheduler/objects/application_test.go
index f91d5216..37c0f9a0 100644
--- a/pkg/scheduler/objects/application_test.go
+++ b/pkg/scheduler/objects/application_test.go
@@ -1475,7 +1475,7 @@ func TestTimeoutPlaceholderAllocReleased(t *testing.T) {
setupUGM()
originalPhTimeout := defaultPlaceholderTimeout
- defaultPlaceholderTimeout = 5 * time.Millisecond
+ defaultPlaceholderTimeout = 100 * time.Millisecond
defer func() { defaultPlaceholderTimeout = originalPhTimeout }()
app, testHandler := newApplicationWithHandler(appID1, "default",
"root.a")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]