Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    b793ab86
    DRTVWR-476: Apparently it can take more than 2s for threads to chat. · b793ab86
    Nat Goodspeed authored
    llmainthreadtask_test builds in a Sync timeout to keep build-time tests from
    hanging. That timeout was set to 2000ms, which seems as though it ought to be
    plenty enough time for a process with only 2 threads to exchange data between
    them. But on TeamCity EC2 Windows build hosts, sometimes we hit that timeout
    and fail. Extend it to try to improve the robustness of builds, even though
    the possibility of a production viewer blocking for that long for anything
    seems worrisome. (Fortunately the production viewer does not use Sync.)
    b793ab86
    History
    DRTVWR-476: Apparently it can take more than 2s for threads to chat.
    Nat Goodspeed authored
    llmainthreadtask_test builds in a Sync timeout to keep build-time tests from
    hanging. That timeout was set to 2000ms, which seems as though it ought to be
    plenty enough time for a process with only 2 threads to exchange data between
    them. But on TeamCity EC2 Windows build hosts, sometimes we hit that timeout
    and fail. Extend it to try to improve the robustness of builds, even though
    the possibility of a production viewer blocking for that long for anything
    seems worrisome. (Fortunately the production viewer does not use Sync.)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.