Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864624
D17945.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
542 B
Subscribers
None
D17945.diff
View Options
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -49,7 +49,7 @@
# Sanitizers, coverage and quemu introduce a lot of overhead, so double the
# timeout to prevent false positives.
- if(ENABLE_SANITIZERS OR ENABLE_COVERAGE OR CMAKE_CROSSCOMPILING_EMULATOR)
+ if(ENABLE_SANITIZERS OR ENABLE_COVERAGE OR CMAKE_CROSSCOMPILING_EMULATOR OR CMAKE_BUILD_TYPE STREQUAL "Debug")
message(
STATUS
"Slow build detected, doubling timeout for ${DESCRIPTION} (target '${TARGET}')"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 21:14 (17 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865936
Default Alt Text
D17945.diff (542 B)
Attached To
D17945: test: add "Debug" build to slow builds
Event Timeline
Log In to Comment