Skip to content

Commit 8545d25

Browse files
committed
Restore PCH time multiplier in test/MSVC/msvc.py (changed from 0.90 to 1.00).
1 parent 8abc02f commit 8545d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MSVC/msvc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
# TODO: Reevaluate if having this part of the test makes sense any longer
118118
# using precompiled headers should be faster
119-
limit = slow
119+
limit = slow*1.00
120120
if fast >= limit:
121121
print("Using precompiled headers was not fast enough:")
122122
print("slow.obj: %.3fs" % slow)

0 commit comments

Comments
 (0)