From ebc1705feed129e47cbd96c6ae902200c4cb5e01 Mon Sep 17 00:00:00 2001 From: Christian Poveda Date: Thu, 6 Nov 2025 00:40:49 -0500 Subject: [PATCH 1/2] Document the new env variable in the rustc-dev-guide --- src/tests/running.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tests/running.md b/src/tests/running.md index 48ce9d8ad..74bcc01e2 100644 --- a/src/tests/running.md +++ b/src/tests/running.md @@ -321,6 +321,10 @@ Tests are built on the machine running `x` not on the remote machine. Tests which fail to build unexpectedly (or `ui` tests producing incorrect build output) may fail without ever running on the remote machine. +There is a default timeout of 30 minutes in case the `remote-test-server` +cannot be reached by the `x` command. This timeout can be modified by using the +`TEST_DEVICE_CONNECT_TIMEOUT_SECONDS` environment variable. + ## Testing on emulators Some platforms are tested via an emulator for architectures that aren't readily available. From 462f358e147d1d52f1c5549040005cf0d6736629 Mon Sep 17 00:00:00 2001 From: The rustc-josh-sync Cronjob Bot Date: Mon, 1 Dec 2025 04:28:14 +0000 Subject: [PATCH 2/2] Prepare for merging from rust-lang/rust This updates the rust-version file to dfe1b8c97bcde283102f706d5dcdc3649e5e12e3. --- rust-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-version b/rust-version index bddb68a06..7a84872f2 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -1be6b13be73dc12e98e51b403add4c41a0b77759 +dfe1b8c97bcde283102f706d5dcdc3649e5e12e3