Skip to content

Commit bd14144

Browse files
committed
Document the new env variable in the rustc-dev-guide
1 parent a13909c commit bd14144

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/rustc-dev-guide/src/tests/running.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ Tests are built on the machine running `x` not on the remote machine. Tests
319319
which fail to build unexpectedly (or `ui` tests producing incorrect build
320320
output) may fail without ever running on the remote machine.
321321

322+
There is a default timeout of 30 minutes in case the `remote-test-server`
323+
cannot be reached by the `x` command. This timeout can be modified by using the
324+
`TEST_DEVICE_TIMEOUT_SECONDS` environment variable.
325+
322326
## Testing on emulators
323327

324328
Some platforms are tested via an emulator for architectures that aren't readily

0 commit comments

Comments
 (0)