Skip to content

Commit 1b4f9f5

Browse files
authored
Merge pull request #1 from ashhadsheikh/patch-2
change test cases
2 parents cb6856d + eb5fd1f commit 1b4f9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appstore/validator_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func TestNew(t *testing.T) {
9696
ProductionURL: ProductionURL,
9797
SandboxURL: SandboxURL,
9898
httpCli: &http.Client{
99-
Timeout: 10 * time.Second,
99+
Timeout: 30 * time.Second,
100100
},
101101
}
102102

0 commit comments

Comments
 (0)