mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Loading a dynamic library can take quite a long time, since it triggers a number of shared-library-event stops for dependent libraries. This is especially true for remote targets due to communication latency. Increase the default 500ms timeout to account for that. Committing as obvious. llvm-svn: 275185