We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4823c2 commit 40f0254Copy full SHA for 40f0254
test/jdk/com/sun/net/httpserver/simpleserver/StressDirListings.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@
25
* @test
26
* @summary Test to stress directory listings
27
* @library /test/lib
28
- * @run testng/othervm/timeout=180 StressDirListings
+ * @run testng/othervm/timeout=180 -Dsun.net.httpserver.nodelay=true StressDirListings
29
*/
30
31
import java.io.IOException;
0 commit comments