Skip to content

Commit c83c890

Browse files
committed
Auto merge of #149419 - matthiaskrgr:rollup-v3q93fq, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - rust-lang/rust#147952 (Add a timeout to the `remote-test-client` connection) - rust-lang/rust#149321 (Fix ICE when include_str! reads binary files) - rust-lang/rust#149398 (add regression test for issue rust-lang/rust#143987) - rust-lang/rust#149411 (Tidying up UI tests [5/N]) - rust-lang/rust#149413 (add test for issue 143821) - rust-lang/rust#149415 (Remove test-float-parse from workspace list in tidy) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 1c83479 + d5b3f69 commit c83c890

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/running.md

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

324+
There is a default timeout of 30 minutes in case the `remote-test-server`
325+
cannot be reached by the `x` command. This timeout can be modified by using the
326+
`TEST_DEVICE_CONNECT_TIMEOUT_SECONDS` environment variable.
327+
324328
## Testing on emulators
325329

326330
Some platforms are tested via an emulator for architectures that aren't readily available.

0 commit comments

Comments
 (0)