We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1e089 commit a20a036Copy full SHA for a20a036
packages/dart_frog_cli/e2e/test/daemon/dev_server_domain_test.dart
@@ -89,6 +89,7 @@ void main() {
89
'dartVmServicePort': project1Server1Port + 1,
90
},
91
),
92
+ timeout: const Duration(seconds: 30),
93
);
94
95
expect(response.isSuccess, isTrue);
@@ -119,6 +120,7 @@ void main() {
119
120
'dartVmServicePort': project2ServerPort + 1,
121
122
123
124
125
126
0 commit comments