Skip to content

Commit 8f8749b

Browse files
authored
WF-403 Extend accounts by 1 day (#16)
1 parent 06265bb commit 8f8749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ServiceAccountMaintenance/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private static void Setup()
132132
Name = ServiceAccountName,
133133
ProjectName = ProjectName,
134134
Permissions = {new RepeatedField<Permission> {perm}},
135-
Lifetime = Duration.FromTimeSpan(new TimeSpan(1)) // Let this service account live for one day
135+
Lifetime = Duration.FromTimeSpan(new TimeSpan(1, 0, 0, 0)) // Let this service account live for one day
136136
});
137137
ServiceAccountIds.Add(resp.Id);
138138
}

0 commit comments

Comments
 (0)