another attempt at #10417
1st run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7089/
2nd run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7092/
3rd run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7094/
4th run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7096/
5th run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7097/
6th run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7098/
7th run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7099/
8th run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7100/
9th run ✅ https://ci.swift.org/job/apple-llvm-project-pr-macos/7102/
@swift-ci test macOS
@swift-ci test Linux platform
@swift-ci test Windows platform
@swift-ci test
Resuming work on this PR
@swift-ci test linux
@swift-ci test linux
@swift-ci test linux
@swift-ci test
macOS CI logs:
Linux CI logs:
@swift-ci test linux
@swift-ci test macOS
@swift-ci test
@swift-ci test linux
@swift-ci test macOS
So far, tests are passing consistently.
@swift-ci test linux
@swift-ci test
@swift-ci test macOS
@swift-ci test linux
@swift-ci test linux
@swift-ci test linux
@swift-ci test macOS
New set of logs after increasing sleep wait time from 2s to 5s.
macOS CI Logs:
Linux CI Logs:
@swift-ci test linux
@swift-ci test macOS
@swift-ci test linux
@swift-ci test macOS
33 | self.dbg.SetAsync(True) | ||
34 | process.Continue() | ||
35 | # Wait - allowing other threads to run. | ||
36 | time.sleep(5) |
We usually do something like this (copied from another test)
DEFAULT_TIMEOUT = 20 * (10 if ("ASAN_OPTIONS" in os.environ) else 1)
to guard against even slower as an bots.
Even better would be to wait for something the target actually does, like reading from stdin or creating a file.
Login to write a write a comment.