Skip to content

Commit

Permalink
Adjust & add timings
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosternl committed Oct 3, 2024
1 parent c8e1141 commit 3f0f8ab
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ void testLoginAndCreateSandboxStart() {

@ParameterizedTest
@ValueSource(strings = {
"Adoption", // Takes 0:39 minutes
"Booking", // Takes 10:52 minutes
"CS", // 10:37 minutes
"Ebl", // 24:? minutes
"eBL Issuance", // 5:34 minutes
"eBL Surrender", // 7:39 minutes
"JIT", // 1:12 minutes
"OVS", // 3:28 minutes
"Adoption", // Takes 0:29 minutes
"Booking", // Takes 11:52 minutes
"CS", // 11:05 minutes
"Ebl", // 37:09 minutes
"eBL Issuance", // 6:03 minutes
"eBL Surrender", // 7:59 minutes
"JIT", // 1:14 minutes
"OVS", // 3:34 minutes
// "PINT", // Waits until DT-1796 is fixed
"TnT" // 6:6 minutes
"TnT" // 6:20 minutes
})
void testStandardWithAllVersions(String standardName) {
StopWatch stopWatch = StopWatch.createStarted();
Expand Down

0 comments on commit 3f0f8ab

Please sign in to comment.