|
1 | 1 | /* |
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. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 | 4 | * |
5 | 5 | * This code is free software; you can redistribute it and/or modify it |
|
33 | 33 | * @compile ../../../com/sun/net/httpserver/EchoHandler.java |
34 | 34 | * @compile ../../../com/sun/net/httpserver/FileServerHandler.java |
35 | 35 | * @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 |
37 | 37 | * -Djdk.tracePinnedThreads=full |
38 | 38 | * -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 |
40 | 40 | * -Djdk.tracePinnedThreads=full |
41 | 41 | * -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 |
43 | 43 | * -Djdk.tracePinnedThreads=full |
44 | 44 | * -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 |
46 | 46 | * -Djdk.tracePinnedThreads=full |
47 | 47 | * -Djdk.httpclient.HttpClient.log=channel |
48 | 48 | * -Dtest.XFixed=true -Dtest.insertDelay=true |
|
0 commit comments