Skip to content

Commit 2246770

Browse files
author
duke
committed
Backport 06d8216
1 parent 7f189a5 commit 2246770

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/jdk/java/net/httpclient/ManyRequests2.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -33,16 +33,16 @@
3333
* @compile ../../../com/sun/net/httpserver/EchoHandler.java
3434
* @compile ../../../com/sun/net/httpserver/FileServerHandler.java
3535
* @build ManyRequests ManyRequests2
36-
* @run main/othervm/timeout=40 -Dtest.XFixed=true
36+
* @run main/othervm/timeout=400 -Dsun.net.httpserver.idleInterval=400 -Dtest.XFixed=true
3737
* -Djdk.tracePinnedThreads=full
3838
* -Djdk.httpclient.HttpClient.log=channel ManyRequests2
39-
* @run main/othervm/timeout=40 -Dtest.XFixed=true -Dtest.insertDelay=true
39+
* @run main/othervm/timeout=400 -Dsun.net.httpserver.idleInterval=400 -Dtest.XFixed=true -Dtest.insertDelay=true
4040
* -Djdk.tracePinnedThreads=full
4141
* -Djdk.httpclient.HttpClient.log=channel ManyRequests2
42-
* @run main/othervm/timeout=40 -Dtest.XFixed=true -Dtest.chunkSize=64
42+
* @run main/othervm/timeout=400 -Dsun.net.httpserver.idleInterval=400 -Dtest.XFixed=true -Dtest.chunkSize=64
4343
* -Djdk.tracePinnedThreads=full
4444
* -Djdk.httpclient.HttpClient.log=channel ManyRequests2
45-
* @run main/othervm/timeout=400 -Djdk.internal.httpclient.debug=true
45+
* @run main/othervm/timeout=400 -Dsun.net.httpserver.idleInterval=400 -Djdk.internal.httpclient.debug=true
4646
* -Djdk.tracePinnedThreads=full
4747
* -Djdk.httpclient.HttpClient.log=channel
4848
* -Dtest.XFixed=true -Dtest.insertDelay=true

0 commit comments

Comments
 (0)