File tree 2 files changed +2
-2
lines changed
artillery/lib/platform/cloud
artillery-engine-playwright
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class PlaywrightEngine {
74
74
75
75
// We use this to make sure only one VU is recording at one time:
76
76
this . MAX_CONCURRENT_RECORDINGS =
77
- this . tracingConfig . maxConcurrentRecordings || 3 ; // maximum number of VUs that can record at the same time
77
+ this . tracingConfig . maxConcurrentRecordings || 5 ; // maximum number of VUs that can record at the same time
78
78
this . vusRecording = 0 ; // number of VUs currently recording
79
79
80
80
//
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ class ArtilleryCloudPlugin {
190
190
) ;
191
191
}
192
192
193
- await this . waitOnUnprocessedLogs ( 30 * 1000 ) ; //just waiting for ee is not enough, as the api call takes time
193
+ await this . waitOnUnprocessedLogs ( 5 * 60 * 1000 ) ; //just waiting for ee is not enough, as the api call takes time
194
194
195
195
if ( isInteractiveUse ) {
196
196
await this . _event ( 'testrun:end' , {
You can’t perform that action at this time.
0 commit comments