diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-30 20:59:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 20:59:26 (GMT) |
commit | 7dd821c9a2a207ea9ed8b9d406da26d5ee533f0c (patch) | |
tree | 5645dcc6309654cdfd7391d1754821b668b4d91e /config/cmake-presets/hidden-presets.json | |
parent | 30da5a24b08e88b49c8f6ff7be1a1d9c50cd98b1 (diff) | |
download | hdf5-7dd821c9a2a207ea9ed8b9d406da26d5ee533f0c.zip hdf5-7dd821c9a2a207ea9ed8b9d406da26d5ee533f0c.tar.gz hdf5-7dd821c9a2a207ea9ed8b9d406da26d5ee533f0c.tar.bz2 |
Adjust presets timeout and fix build script VS versions (#3217)
Diffstat (limited to 'config/cmake-presets/hidden-presets.json')
-rw-r--r-- | config/cmake-presets/hidden-presets.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake-presets/hidden-presets.json b/config/cmake-presets/hidden-presets.json index c616e7d..18ffdd1 100644 --- a/config/cmake-presets/hidden-presets.json +++ b/config/cmake-presets/hidden-presets.json @@ -360,7 +360,7 @@ "hidden": true, "execution": { "noTestsAction": "error", - "timeout": 180, + "timeout": 600, "jobs": 8 } }, |