Skip to content

Commit b9d621f

Browse files
committed
Increase timeout to ensure test completion
1 parent ac6e897 commit b9d621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/go/tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func main() {
1212
stringInArray := []interface{}{"string in array"}
1313

1414
client := appwrite.NewClient()
15-
err := client.SetTimeout(10 * time.Second)
15+
err := client.SetTimeout(60 * time.Second)
1616
if err != nil {
1717
panic(err)
1818
}

0 commit comments

Comments
 (0)