Skip to content

Commit 3bf3383

Browse files
derekxu16Commit Queue
authored andcommitted
[VM/Service] Tweak profile_startup_cli_flag_test to make it less flaky
This is a followup to 1ddbc44 that follows the same rationale described in that commit’s message. This followup is being made because the original change did not successfully resolve the flakiness on Windows configurations. If the flakiness is still present after this change lands, we probably have to replace this `package:vm_service` integration test with a C++ test that interacts directly with a `SampleBlockBuffer`. Issue: #61191 Change-Id: Ifc3029dbd23b3bcfaac947d3b3f6bd54b973eb05 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/444443 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Derek Xu <[email protected]>
1 parent a5ce5b6 commit 3bf3383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/vm_service/test/profile_startup_cli_flag_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Future<void> main([args = const <String>[]]) => runIsolateTests(
101101
extraArgs: [
102102
'--profiler',
103103
'--profile-startup',
104-
'--profile-period=500',
104+
'--profile-period=2000',
105105
'--max-profile-depth=2',
106106
'--sample-buffer-duration=1',
107107
],

0 commit comments

Comments
 (0)