Skip to content

Commit 7f28833

Browse files
committed
Use a different test site to example.com
Timeouts/unreliability seen from several different vantages.
1 parent 99b9587 commit 7f28833

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/artifacts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ jobs:
255255
if: runner.os != 'Windows'
256256
env:
257257
RUSTLS_PLATFORM_VERIFIER: 1
258-
run: ./build/tests/client example.com 443 / 1
258+
run: ./build/tests/client cloudflare.com 443 / 1
259259
# Run the rustls-ffi-test binary.
260260
# On Windows it's in a different output location under build.
261261
- name: Run rustls-ffi client (Windows)
262262
if: runner.os == 'Windows'
263263
env:
264264
RUSTLS_PLATFORM_VERIFIER: 1
265-
run: .\build\tests\Release\client.exe example.com 443 / 1
265+
run: .\build\tests\Release\client.exe cloudflare.com 443 / 1
266266

267267
test-deb:
268268
name: "Test Linux Deb (${{ matrix.os }})"
@@ -299,4 +299,4 @@ jobs:
299299
- name: Run rustls-ffi client
300300
env:
301301
RUSTLS_PLATFORM_VERIFIER: 1
302-
run: ./build/tests/client example.com 443 / 1
302+
run: ./build/tests/client cloudflare.com 443 / 1

librustls/cmake/rust.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ add_custom_command(
6363
POST_BUILD
6464
COMMAND
6565
${CMAKE_COMMAND} -E env RUSTLS_PLATFORM_VERIFIER=1
66-
"$<TARGET_FILE:client>" example.com 443 /
66+
"$<TARGET_FILE:client>" cloudflare.com 443 /
6767
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
6868
)
6969

0 commit comments

Comments
 (0)