Skip to content

Commit

Permalink
Merge pull request #1042 from nextcloud/test/dynamite_e2e_validity_te…
Browse files Browse the repository at this point in the history
…st_timeouts

fix(dynamite_end_to_end_test): fix spec generation timeout
  • Loading branch information
Leptopoda authored Oct 27, 2023
2 parents ce4cf08 + 7ef11c7 commit f78feb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ void main() {
packageRelativeDirectory: 'packages/dynamite/dynamite_end_to_end_test',
customCommand: ['bash', 'generate.sh'],
),
timeout: const Timeout.factor(2),
timeout: const Timeout.factor(20),
);
}

0 comments on commit f78feb1

Please sign in to comment.