Skip to content

Commit

Permalink
extending session termination timeout to allow for slower execution o…
Browse files Browse the repository at this point in the history
…n weaker hardware without failing tests
  • Loading branch information
eriktate authored and github-actions committed Dec 11, 2024
1 parent ba931b3 commit 08fb109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ func testSessionRecordingModes(t *testing.T, suite *integrationTestSuite) {
// waitSessionTermination wait until the errCh returns something and assert
// it with the provided function.
waitSessionTermination := func(t *testing.T, errCh chan error, errorAssertion require.ErrorAssertionFunc) {
errorAssertion(t, waitForError(errCh, 10*time.Second))
errorAssertion(t, waitForError(errCh, 30*time.Second))
}

// enableDiskFailure changes the OpenFileFunc on filesession package. The
Expand Down

0 comments on commit 08fb109

Please sign in to comment.