Skip to content

Commit 55a06ad

Browse files
pbacskomanirajv06
authored andcommitted
[YUNIKORN-2318] Flaky test TestTimeoutPlaceholderAllocReleased (apache#771)
Closes: apache#771 Signed-off-by: Manikandan R <[email protected]>
1 parent 4268834 commit 55a06ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/objects/application_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ func TestTimeoutPlaceholderAllocReleased(t *testing.T) {
14751475
setupUGM()
14761476

14771477
originalPhTimeout := defaultPlaceholderTimeout
1478-
defaultPlaceholderTimeout = 5 * time.Millisecond
1478+
defaultPlaceholderTimeout = 100 * time.Millisecond
14791479
defer func() { defaultPlaceholderTimeout = originalPhTimeout }()
14801480

14811481
app, testHandler := newApplicationWithHandler(appID1, "default", "root.a")

0 commit comments

Comments
 (0)