Skip to content

Commit

Permalink
increase sleep time for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Nov 10, 2024
1 parent 7c8db32 commit e435aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-harness/tests/specs/unit/AppenderServiceTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ component extends="coldbox.system.testing.BaseTestCase" {
"Test message",
4
);
sleep( 1000 );
sleep( 1500 );
expect( getDataStreamCount( appender.getProperty( "dataStreamPattern" ) ) ).toBe( dataStreamCount + 1 );
} );

Expand Down

0 comments on commit e435aa5

Please sign in to comment.