Skip to content

Commit

Permalink
increase size
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Sep 26, 2024
1 parent 9520654 commit 416b135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cli_tests/zboxcli_file_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ func TestFileDelete(testSetup *testing.T) {
})

t.RunWithTimeout("Delete file concurrently in existing directory, should work", 5*time.Minute, func(t *test.SystemTest) { // TODO: slow
const allocSize int64 = 2048
const allocSize int64 = 64 * KB * 2 * 2
const fileSize int64 = 256

allocationID := setupAllocation(t, configPath, map[string]interface{}{
Expand Down
2 changes: 1 addition & 1 deletion tests/cli_tests/zboxcli_file_download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestDownload(testSetup *testing.T) {
})

t.RunWithTimeout("Download File Concurrently Should Work from two Different Directory", 6*time.Minute, func(t *test.SystemTest) {
allocSize := int64(64 * KB * 2)
allocSize := int64(64 * KB * 4)
filesize := int64(1024)
remoteFilePaths := [2]string{"/dir1/", "/dir2/"}

Expand Down

0 comments on commit 416b135

Please sign in to comment.