We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13909c commit bd14144Copy full SHA for bd14144
src/doc/rustc-dev-guide/src/tests/running.md
@@ -319,6 +319,10 @@ Tests are built on the machine running `x` not on the remote machine. Tests
319
which fail to build unexpectedly (or `ui` tests producing incorrect build
320
output) may fail without ever running on the remote machine.
321
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
+
326
## Testing on emulators
327
328
Some platforms are tested via an emulator for architectures that aren't readily
0 commit comments