diff options
| author | Yong He <yonghe@outlook.com> | 2023-09-01 02:12:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-01 02:12:49 -0700 |
| commit | d1f7e406e895f77d1d02615edd568cd2535957b4 (patch) | |
| tree | 4bdec6e51548a5b94362c9589998fd86ca220107 /tools | |
| parent | 9c11a87f8f811a9a110d73a24ab93443ea347506 (diff) | |
Fix CI related issues. (#3175)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/slang-test/test-context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/slang-test/test-context.h b/tools/slang-test/test-context.h index ad8a45042..aa27f7d96 100644 --- a/tools/slang-test/test-context.h +++ b/tools/slang-test/test-context.h @@ -159,8 +159,8 @@ class TestContext /// TODO(JS): We could split the stdlib compilation from other actions, and have timeout specific for /// that. To do this we could have a 'compileStdLib' RPC method. /// - /// Current default is 20 seconds. - Slang::Int connectionTimeOutInMs = 20 * 1000; + /// Current default is 60 seconds. + Slang::Int connectionTimeOutInMs = 60 * 1000; void setThreadIndex(int index); void setMaxTestRunnerThreadCount(int count); |
